home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / E / EditString.cpt / EditString Stack / background_3493.txt < prev    next >
Text File  |  1990-06-22  |  3KB  |  165 lines

  1. -- background: 3493 from stack: in
  2. -- bmap block id: 4039
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide msg
  9.   hide menubar
  10.   put empty into fld b
  11.   set the scroll of fld desc to 0
  12.   set the scroll of fld usage to 0
  13. end openCard
  14.  
  15.  
  16. -- part 1 (field)
  17. -- low flags: 00
  18. -- high flags: 0002
  19. -- rect: left=118 top=1 right=20 bottom=370
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 3
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: 
  28.  
  29.  
  30. -- part 2 (field)
  31. -- low flags: 00
  32. -- high flags: 0007
  33. -- rect: left=88 top=29 right=91 bottom=507
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 97
  38. -- text size: 9
  39. -- style flags: 0
  40. -- line height: 12
  41. -- part name: desc
  42.  
  43.  
  44. -- part 3 (field)
  45. -- low flags: 00
  46. -- high flags: 0007
  47. -- rect: left=6 top=109 right=197 bottom=507
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 97
  52. -- text size: 9
  53. -- style flags: 0
  54. -- line height: 12
  55. -- part name: usage
  56.  
  57.  
  58. -- part 4 (field)
  59. -- low flags: 00
  60. -- high flags: 0002
  61. -- rect: left=89 top=242 right=270 bottom=499
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 0
  65. -- font id: 97
  66. -- text size: 9
  67. -- style flags: 0
  68. -- line height: 12
  69. -- part name: a
  70.  
  71.  
  72. -- part 5 (field)
  73. -- low flags: 01
  74. -- high flags: 0002
  75. -- rect: left=89 top=283 right=311 bottom=500
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 0
  79. -- font id: 97
  80. -- text size: 9
  81. -- style flags: 0
  82. -- line height: 12
  83. -- part name: b
  84.  
  85.  
  86. -- part 7 (button)
  87. -- low flags: 00
  88. -- high flags: 2000
  89. -- rect: left=240 top=315 right=336 bottom=261
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 1014 / 1014
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: New Button
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   go prev cd
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 8 (button)
  106. -- low flags: 00
  107. -- high flags: 2000
  108. -- rect: left=265 top=315 right=336 bottom=286
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 1013 / 1013
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: New Button
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   go next cd
  120. end mouseUp
  121.  
  122.  
  123.  
  124. -- part 9 (button)
  125. -- low flags: 00
  126. -- high flags: 2000
  127. -- rect: left=5 top=307 right=339 bottom=37
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 21228 / 21228
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: Home
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   visual effect iris close
  139.   if the optionkey is down then
  140.     domenu "Quit Hypercard"
  141.   else
  142.     go home
  143.   end if
  144. end mouseUp
  145.  
  146.  
  147.  
  148. -- part 10 (button)
  149. -- low flags: 00
  150. -- high flags: 2000
  151. -- rect: left=209 top=315 right=336 bottom=235
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 30557 / 30557
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: New Button
  160. ----- HyperTalk script -----
  161. on mouseUp
  162.   go cd 1
  163. end mouseUp
  164.  
  165.